Version

CollectionBase<T> Class Members

The following tables list the members exposed by CollectionBase<T>.

Public Properties
 NameDescription
Public PropertyCountReturns the number of elements in this collection.  
Public PropertyDocumentReturns the Document with which this collection is associated.  
Public PropertyItemReturns the object at the specified ordinal position within this collection.  
Public Methods
 NameDescription
Public MethodAddAdds the specified item to this collection.  
Public MethodClearRemoves all elements from this collection.  
Public MethodContainsReturns a boolean value indicating whether the specified item is contained within this collection.  
Public MethodIndexOfReturns the index of the specified item within this collection, or -1 if the item is not a member of this collection.  
Public MethodInsertInserts the specified item into this collection at the specified index  
Public MethodRemoveRemoves the specified item from this collection.  
Public MethodRemoveAtRemoves the item at the specified ordinal position within this collection.  
Public MethodToStringReturns the string representation of this object.  
See Also